FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread.Model 名前空間 > DefaultSheetDataModel クラス > SetArray メソッド : SetArray(Int32,Int32,Object[,]) メソッド |
'Declaration Public Overloads Sub SetArray( _ ByVal row As Integer, _ ByVal column As Integer, _ ByVal value(,) As Object _ )
'使用法 Dim instance As DefaultSheetDataModel Dim row As Integer Dim column As Integer Dim value() As Object instance.SetArray(row, column, value)